上位机开发笔记
» 搜索 » user:the100s post:true
使用CountAPI统计使用次数
//HTML转文本
//mod by aardio 范例:HTML转文本
import console;
import inet.http;
//namespace是随意定义的,只要重复,不需要前往countapi进行注册。
var html = inet.http().get("https://api.countapi.xyz/hit/namespace/key")
console.varDump(html)
tab=web.json.parse(html)
console.varDump(tab)
console.
the100s •
2021-10-16 • 最后回复来自 the100s
关于RichText 富文本控件的部分文字改色的学习
import win.ui;
/*DSG{{*/
var winform = win.form(text="aardio form";right=759;bottom=469)
winform.add(
the100s •
2021-06-13